You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Classes
>
Matrix Structure
>
Matrix Methods
>
NormL1 Method
>
Matrix.NormL1 Method ([In] TDenseMtxVec, bool)
Dew Math for .NET
Example
Matrix.NormL1 Method ([In] TDenseMtxVec, bool)
var a,b:
Matrix
; c:
double
; begin a.SetIt(1,4,False,[1,2,3,4]); b.SetIt(1,4,False,[4,3,2,1]); c := a.NormL1(b,True); end;
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home